home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00108_sound off.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  130 b   |  7 lines

  1. on mouseUp
  2.   set the soundEnabled to not (the soundEnabled)
  3.   if the soundLevel = 0 then
  4.     set the soundLevel to 1
  5.   end if
  6. end
  7.